home *** CD-ROM | disk | FTP | other *** search
- Path: gate.net!news-adm
- From: porter@gate.net (Todd Porter)
- Newsgroups: comp.lang.c++
- Subject: Dynamic Multi-Dimen. Array
- Date: 11 Jan 1996 13:27:18 GMT
- Organization: 2Morrow, Inc.
- Message-ID: <4d337m$lug@news.gate.net>
- NNTP-Posting-Host: jaxfl2-15.gate.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- I need to create an array like float[x][3] where the x can change. I want to
- dynamically allocate the memory when I figure out what the x is - Can anyone
- help out with this?
-
- Thanks,
-
- Todd
-
-